home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Scope / Scope Disk #213 (199x)(Scope PD)(US)[WB].zip / Scope Disk #213 (199x)(Scope PD)(US)[WB].adf / LAUNCH / LAUNCH.DOC < prev    next >
Text File  |  1978-10-24  |  2KB  |  57 lines

  1. Launch!  Easy Graphic Menu builder
  2.  
  3.     © 1991 Arnie Cachelin, HyperActive InterMedia
  4.  
  5. Launch gives you push button access for up to 9 of your favorite 
  6. applications.  Just enter the command and the button title in the 
  7. Launch icon's tooltypes array, then run it.  Launch works only under 
  8. Workbench 2.x.
  9.  
  10. Setting The Commands
  11.  
  12. To set the program icon's tooltypes, click on the icon, then 
  13. select 'Information' in the Workbench/Icons menu.  When the info 
  14. window comes up, click on the tooltype entry in the list to edit that 
  15. entry, or select 'New' to add an entry.  When the entry is complete, 
  16. hit return to place it in the list, and click the save button to exit.  
  17. The first two tooltypes entries should have the number of buttons 
  18. (e.g. NUMBER=4) and the length in characters of the text labels for 
  19. the buttons (e.g. LENGTH=12).  The next entries should alternate 
  20. between text labels (e.g. ShowPic) and commands (e.g. dh1:Art/Show).  
  21. Command entries should appear as they would be typed in a CLI window, 
  22. with the full path of the command specified.  Launch makes no 
  23. provision for a command's output; if you wish to see the program 
  24. output you must explicitly provide an output path.  This may be done 
  25. by redirecting the output of the command to a con: window (e.g. 
  26. 'C:Type >con:10\10\500\200\Title'.)  This window snaps shut 
  27. immediately after the command finishes.
  28.  
  29. C Programmers
  30.  
  31. Source code for Launch is included.  I really like this little 
  32. program, and am glad WB 2.0 makes it so EZ to do.  I also feel kinda 
  33. object-oriented when I can encapsulate all the program's configuration 
  34. data in its icon.  I hope you find this useful and interesting.
  35.  
  36. Launch is freely distributable shareware, please send whatever 
  37. contribution you consider appropriate.  Feel free to use the source 
  38. code in your own creations, but please give credit where it is due.
  39.  
  40. Please send suggestions, bug reports, revisions, jobs, candygrams, 
  41. etc. to:
  42.  
  43.  
  44.  
  45. Arnie Cachelin
  46.  
  47. HyperActive InterMedia
  48.  
  49. 1743 Hayes St.
  50.  
  51. San Francisco, CA 94117
  52.  
  53.  
  54.  
  55.  
  56.  
  57.